home *** CD-ROM | disk | FTP | other *** search
/ <GEEK> 3 / GEEK3.ISO / barfly.dxr / 00001_The Initializer.ls next >
Encoding:
Text File  |  1997-09-12  |  242 b   |  22 lines

  1. global barflyMIAW
  2.  
  3. on windowInit
  4.   go(1)
  5.   set barflyMIAW to the activeWindow
  6.   continue()
  7. end
  8.  
  9. on closeWindow
  10.   sound stop 1
  11.   sound stop 2
  12.   pause()
  13. end
  14.  
  15. on openWindow
  16.   go(1)
  17.   tell the stage
  18.     cursorNormal()
  19.   end tell
  20.   continue()
  21. end
  22.